Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
PostgreSQL
1) Aggregate Functions
2) Analytical Functions
3) Array
4) Constraints
5) Cursor
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Inheritance
11) Insert Delete Update
12) Math Functions
13) Postgre SQL
14) Select Query
15) Sequence
16) Store Procedure Function
17) String Functions
18) Subquery
19) Table
20) Table Joins
21) Transaction
22) User Previliege
23) View
Constraints
1) Add and DROP DEFAULT
2) Add PRIMARY KEY in table creation
3) Add primary key in table create statement
4) Adding a Constraint
5) Adding a constraint to an existing table
6) Adding constraints (FOREIGN KEY) to a table
7) ALTER TABLE employee ADD CONSTRAINT some_nameForConstaint UNIQUE (id)
8) ALTER TABLE employee ADD FOREIGN KEY (group_id) REFERENCES product_groups
9) ALTER TABLE employee ALTER COLUMN id DROP NOT NULL
10) ALTER TABLE employee ALTER COLUMN name SET NOT NULL
11) Assign your own name for a unique constraint
12) Changing a Columns Default Value
13) Create FOREIGN KEY
14) CREATE OR REPLACE RULE
15) Create table with default column value
16) Define foreign key for a table
17) Implicit index is created when creating a table for a primary key
18) Indicate one column as the primary key column
19) Null column
20) PRIMARY KEY will create implicit index
21) Primary key with check option
22) Primary keys constrains more than one column
23) Reference two two columns as foreign key column
24) Removing a Constraint
25) Specify CONSTRAINT
26) Specify not null constaint for column
27) Specifying range check in table creation
28) Specifying the column relation
29) Specifying the unique column using Unique function
30) Specifying three check constaints to a table
31) Specifying two constaint for a single table
32) To remove any default value
33) Unique and not null column
34) Unique constraint refers to a group of columns, the columns are listed separated by commas
35) Unique Constraints
36) Use boolean operator in check statement
37) Use sequence value as a primary key
38) Using foreign keys